projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43312bb
)
notify test: Skip GtkFontButton::font-name
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 26 Apr 2016 03:08:39 +0000
(23:08 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 26 Apr 2016 03:09:19 +0000
(23:09 -0400)
This is not freely settable.
testsuite/gtk/notify.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/notify.c
b/testsuite/gtk/notify.c
index 188e160cf9a323b76f080d9d397ed8e26ebc5565..49e567343e1c240c5a592ee5d5a7e69c33dcd65c 100644
(file)
--- a/
testsuite/gtk/notify.c
+++ b/
testsuite/gtk/notify.c
@@
-666,6
+666,14
@@
test_type (gconstpointer data)
g_str_equal (pspec->name, "accelerator"))
continue;
+ if (g_type_is_a (type, GTK_TYPE_FONT_CHOOSER) &&
+ g_str_equal (pspec->name, "font"))
+ continue;
+
+ if (g_type_is_a (type, GTK_TYPE_FONT_BUTTON) &&
+ g_str_equal (pspec->name, "font-name"))
+ continue;
+
if (g_test_verbose ())
g_print ("Property %s.%s\n", g_type_name (pspec->owner_type), pspec->name);